home *** CD-ROM | disk | FTP | other *** search
/ KeyGen Studio 2002 / KeyGen_Studio_2002.iso / Tutorials / Code Inside / Blackgh0st_Tut3.txt < prev    next >
Encoding:
Text File  |  2001-09-21  |  3.2 KB  |  69 lines

  1.                                              Teleport Pro 1.29
  2.  
  3. Written by Blackgh0st
  4. Tutorial number: 3
  5. Email: blackgh0st@hotmail.com
  6. Date written: 1.4.2001
  7.  
  8. Target: Teleport Pro 1.29
  9. Protection: name and serial
  10. Tools Used: SoftIce
  11. ______________________________
  12.  
  13.                                              THE ESSAY
  14.  
  15. this tutorial was written for newbies, so i'll try to explain everything in details.
  16. if u found something that is not explained well, thats cuz i'm a newbie myself!
  17. BTW...when i write something like "d eax" or something like that i mean without the quotes.
  18.  
  19.         SO...THINK U READY?!? GOOD!!! SRART READING!!!
  20. -------------------------------------------------------------------------
  21.  
  22. STEP 1: go to the registration part, enter your favorite name, company, and your fake reg number(its recommanded that u enter a number that is easy to remember ;)
  23. my reg info was:
  24. NAME: Blackgh0st
  25. COMPANY: BLACKGH0ST
  26. CODE: 12345
  27. now..open softice (CTRL+D) and set a breakpoint on execution, this time it will be "getwindowtexta"  so type "bpx getwindowtexta" and enter. now close softice (CTRL+D/F5) and go to the program, click ok and u get kicked into softice... ;)
  28.  
  29. STEP 2: in softice u nedd to press "F5" two times (cuz there are three fields in the registration part and we are in the first now) now press "F12" to step out of the DLL, and u should be here:
  30.  
  31. :0044B3B6   MOV    ECX, [ebp+10]
  32. :0044B3B9   PUSH   FF
  33. :0044B3BB   CALL   00444CBF
  34. :0044B3C0   JMP    0044B3C
  35.  
  36. now start tracing with F10 untill u get here:
  37.  
  38. 0042691F    MOV    [EBP-18], EAX <---our fake number (in eax) moves to [EBP-18]   
  39. 00426922    CMP    [ECX+000004DB], BL
  40. 00426928    JZ     00426B40015F
  41. 0042692E    CMP    EAX, EBX
  42. 00426930    MOV    ESI, 0047DA00
  43. 00426935    JZ     00426A41
  44. 0042693B    PUSH   DWORD PTR [EDI+000000D5]
  45. 00426941    CALL   004272DC
  46. 00426946    CMP    [EBP-18], EAX <----we know that our fake serial is [ebp-18] and it is compared to something, what can it be compared to? right, the real serial! for me it was: 4305010508
  47. CONGRATULATIONS! U JUST CRACKED TELEPORT PRO 1.29 BY YOURSELF! (not really, i helped u!)
  48.         ___________________________________________________________
  49.  
  50.                                         FINAL WORDS
  51.  
  52. this tutorial was written for educational purpose only!
  53. if u use this tutorial with bad meaning i'm not responsible for the consequences.. u have been warned!
  54.  
  55. hope u enjoyed reading it!!! keep reading so u get better...like me!!!  
  56.                     
  57.                              My thanx and gratitude goes to:
  58.                                    ---  bengaly  --
  59.                                  ---  CoDe_InSiDe  ---
  60.  
  61.              
  62.                     
  63.                     BBBB   L        AAA    CCC  K  K   GGG   H   H   000    SSS  TTTTT  
  64.                     B   B  L       A   A  C     K K   G      H   H  0   0  S       T
  65.                     BBBB   L       AAAAA  C     KK    G GGG  HHHHH  0   0  SSS     T
  66.                     B   B  L       A   A  C     K K   G   G  H   H  0   0     S    T
  67.                     BBBB   LLLLLL  A   A   CCC  K  K   GGG   H   H   000   SSS     T
  68.                         
  69.